@font-face {
    font-family: Roboto;
    src: url('../fonts/Roboto-Regular.ttf');
    font-display: swap;
}

*::-webkit-scrollbar {
    width: 0.5em;
    height: 0.5em !important;
}

*::-webkit-scrollbar-track {
    box-shadow: inset 0 0 4px rgb(229 229 229);
}
*::-webkit-scrollbar-thumb {
    border-radius: 3em;
    background-color: #005ca2;
}

*{
  scrollbar-color: #005ca2 rgb(229 229 229);
  scrollbar-width: thin;
  font-family: 'Roboto';
  font-weight: 500;
}

hr {
    border-color: #6f6f6f;
}

.auth-background {
    background: url('../img/background/FONDOAUTH-100.jpg') center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100vh;
    overflow-x: hidden !important;
}

.text-muted-dark {
    font-weight: 600 !important;
    color: rgb(85 85 85) !important;
}

img.card-img-top.img-auth {
    max-width: 25%;
    text-align: center;
}


button, span, p, a , th{
    font-size: 11px !important;
}

.fs-1em {
    font-size: 1em !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 12px !important;
    color: #5c5c5c !important;
    font-weight: 600;
}

.select2-results__option--selectable {
    cursor: pointer;
    color: #444;
    text-align: start;
    font-size: 11px;
}

input.form-control, select.form-select, textarea.form-control{
    font-size: 12px !important;
    color: #5c5c5c !important;
    font-weight: 500;
}

button.btn-sm {
    font-size: 11px !important;
}

small, label.form-label{
    font-weight: 500;
    color: #848484 !important;
    margin-bottom: 0px !important;
    font-size: 11px !important;
}



a.nav-link {
    padding-left: 1em !important;
    padding-right: 1em !important;
    padding-top: 0.35em;
    font-weight: 500;
    padding-bottom: 0.35em;
}

.dropdown-menu a.dropdown-item {
    color: #ffffff;
}

a.nav-link:hover, .hover-link {border-radius: 0.25em;background: #005aa0;}

.invalid-feedback {
    font-size: 0.7em;
}

.btn-primary, .bg-primary{
    background: #005aa0 !important;
}

select.form-select.bg-primary-dark {
    font-size: 11px !important;
    background-repeat: no-repeat !important;
    background-position: right 0.75rem center !important;
    background-size: 16px 12px !important;
    color: white !important;
    background: #304057;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
}

.bg-muted {
    background: #9d9d9d !important;
}

select.small, input.small {
    font-weight: normal !important;
    font-size: 11px !important;
}


.text-primary{
    color: #005aa0 !important;
}

.input-group.input-group-degradado .input-group-text, .bg-primary-degradado  {
    border: 0 !important;
    background: rgb(2,92,162);
    background: -moz-linear-gradient(93deg, rgba(2,92,162,1) 0%, rgba(48,172,228,1) 100%);
    background: -webkit-linear-gradient(93deg, rgba(2,92,162,1) 0%, rgba(48,172,228,1) 100%);
    background: linear-gradient(93deg, rgba(2,92,162,1) 0%, rgba(48,172,228,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#025ca2",endColorstr="#30ace4",GradientType=1);
}

.form-control {
    color: #5c5c5c !important;
    border-color: #c9c9c9 !important;
    border-radius: 0.35em !important;
}

.input-group .form-control {
    border-radius: 0 0.35em 0.35em 0 !important;
}

.input-group .form-control.rounded-left-1 {
    border-radius: 0.35em 0em 0em 0.35em !important;
}

.input-group .rounded-right-1 {
    border-radius: 0 0.35em 0.35em 0 !important;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545 !important;
}

.form-control:focus {
    box-shadow: none !important;
    border-color: #86bde6 !important;
}

.form-control::placeholder {
    font-size: 11px;
    color: #a3a3a3;
}

.loading-page {
    min-height: 100vh !important;
    background: rgb(12 12 12 / 90%);
    z-index: 5000;
    position: fixed;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}
  
.loading-page .spinner-border {
    color: white;
}

.wh-5-rem{
    width: 5rem;
    height: 5rem;
}

.bg-warning-dark{
    background: #e2b426 !important;
}

.container.notify-container {
    justify-content: center;
    position: fixed;
    bottom: 7%;
    min-height: 10%;
    right: 15px;
    width: 30%;
    background: #f7f7f7;
    align-items: center;
    display: flex;
    z-index: 100002;
    box-shadow: 3px 3px 10px 0px #4d4d4d;
}

.notify-container .notify-header {
    text-align: left;
    font-weight: 800;
    color: #767676;
  font-size: 0.875em;
}


.notify-container .notify-contenido {
    padding-top: 0.25rem;
    font-size: 0.8em;
    color: #767676;
    text-align: start;
}

.notify-container .icon-success {
    color: #2ebd4c;
}

.notify-container .icon-danger {
    color: #ab1234;
}

.notify-container .icon-warning {
    color: #ba9f6a;
}

.mn-h-100 {
    min-height: 100vh;
}
  
.mn-h-80 {
    min-height: 80vh;
}

.mnh-450{
    min-height: 450px;
}
.mnh-350{
    min-height: 350px;
}
.mnh-300{
    min-height: 300px;
}
.mnh-250{
    min-height: 250px;
}

.mxh-200 {
    max-height: 200px;
}
.mxh-350 {
    max-height: 350px;
}
.mxh-420 {
    max-height: 420px;
}
.mxh-300 {
    max-height: 300px;
}
.mxh-600 {
    max-height: 600px;
}

.mn-w-30{
    min-width: 30%;
}
.mn-w-60{
    min-width: 60%;
}
.w-20 {
    width: 20%;
}
.w-35 {
    width: 35%;
}
.w-65 {
    width: 65%;
}
.w-80 {
    width: 80%;
}
.pointer{
    cursor: pointer;
}

.text-gray-light {
    color: #8f8f8f;
}

.text-underline {
    text-decoration: underline;
}

.otp--validation {
    max-width: 100%;
}

.otSc {
    font-size: 1.2em !important;
    text-align: center;
    border: 0 !important;
    background: rgb(2,92,162);
    background: -moz-linear-gradient(93deg, rgba(2,92,162,1) 0%, rgba(48,172,228,1) 100%);
    background: -webkit-linear-gradient(93deg, rgba(2,92,162,1) 0%, rgba(48,172,228,1) 100%);
    background: linear-gradient(93deg, rgba(2,92,162,1) 0%, rgba(48,172,228,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#025ca2",endColorstr="#30ace4",GradientType=1);
    border-radius: 0.4em;
    border: 0;
    min-height: 50px;
    color: white;
}

.navbar-toggler {
    background: #0560a657 !important;
    border: none !important;
}

div#offcanvasNavbar.show {
    background: #005aa0;
}

.dropdown-menu a.dropdown-item {
    font-size: 12px;
    color: #ffffff;
}

ul.dropdown-menu.show {
    border: 0;
    background: #1d8bc9;
    border-radius: 0.25em;
}

.dropdown-menu a.dropdown-item:hover {
    background: #025da3;
}

a.navbar-brand {
    display: flex;
    align-items: center;
}

.navbar-brand span {
    padding-left: 0.65em;
    font-size: 14px !important;
}

.container-fluid.bg-dashboard {
    min-height: calc(100vh - 50px);
    background-color: #f1f1f1;
}

.card-header.card-header-dashboard {
    background: #025ca2;
    min-height: 40px;
    display: grid;
    align-items: center;
}

.card-header.card-header-dashboard a {
    color: white;
}

.card {
    border: 0;
}

.ml-2 {margin-left: 0.5rem!important;}
.mr-2 {margin-right: 0.5rem!important;}

.pl-0 {padding-left: 0rem!important;}
.pr-0 {padding-right: 0rem!important;}


.tooltip-container {
    position: relative;
    display: inline-block;
}

.tooltip-text {
    visibility: hidden;
    width: 120px;
    background-color: #00233d;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: 125%; /* Posiciona el tooltip bajo del elemento */
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 11px !important;
}

.tooltip-container:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}
  
.text-success-light {
    color: #34b74c;
}

.bg-success-light {
    background-color: #34b74c;
}

.progress.progress-list {
    max-height: 10px;
    min-width: 50%;
}

.xs-text {font-size: 10px !important;}


.anychart-credits {
    display: none;
}

.grafica-anychart{
    height: 300px;
    width: 100%;
    margin: 0;
    padding: 0;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background: #005aa0;
}

.icon-close-modal {
    cursor: pointer;
    font-size: 1.2em;
}

.modal-header {
    background: #005aa0;
    padding: 0.7em 1em;
}

.modal-header h5 {
    color: white !important;
    font-size: 1em;
}

.form-check-input.form-check-form {
    width: 1.35em;
    height: 1.35em;
    background-color: #d1d1d1;
}

.form-check-input.form-check-form:checked {
    background-color: #005aa0;
}

.nav-tabs button.nav-link {
    margin-top: 1em;
    border: 0;
    background: #b3b3b3;
    color: white;
    padding: 0.45em 0.75em;
    border-radius: 0;
}

.nav-tabs button.nav-link.active {
    color: white;
    background: #005aa0 !important;
}


.form-multiple-2  ~ .select2.select2-container span.select2-selection.select2-selection--multiple {
    min-height: 100px;
}

.was-validated .form-select:invalid  ~ span.select2.select2-container.select2-container--default span.select2-selection {
    border: 1px solid #dc3545 !important;
}

.bg-none {
    background: none !important;
}

tr.bg-silver th.bg-none {
    background: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    display: inline-flex !important;
    border: none !important;
    margin-top: 0.5em;
    margin-bottom: .25em;
    min-height: 25px !important;
    color: white;
    background: #004e8b !important;
    align-items: center;
}

button.select2-selection__choice__remove {
    align-items: center !important;
    display: flex;
    color: white !important;
}

button.select2-selection__choice__remove span {
    font-size: 16px !important;
    line-height: 1.75;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    font-size: 11px !important;
    padding-left: 0.75em !important;
    padding-right: 1.25em !important;
}


.modal {
    background: rgb(32 32 32);
}

label.form-check-label {
    color: #5c5c5c !important;
    font-size: 11px !important;
}


select.form-select {
    font-size: 12px !important;
    color: #5c5c5c !important;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: calc(1.5em + .45rem + 1px);
    font-family: 'Roboto';
    font-weight: 500;
}


span.double-dots {
    font-size: 16px !important;
    line-height: 0;
    padding-bottom: 0;
    padding-top: 0;
}

small.wrap-table-max-list {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 110px;
    padding: 0px 10px;
}

.input-group .rounded-0 {
    border-radius: 0.45em !important;
}

.bg-select-light {
    font-weight: 600 !important;
    background: #dedede;
}

.form-control.small, .select.small{
    font-size: 11px !important;
}

.form-check-input:checked {
    background-color: #005aa0 !important;
    border-color: #005aa0 !important;
}

.form-check-input.danger {
    background-color: #dc3545;
    border-color: #dc3545;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
}

label.form-label.mb-2 {
    margin-bottom: 10px !important;
}

.is-invalid-only-border {
    border: 1px solid #dc3545 !important;
}

.is-invalid-only-border:focus {
    border: 1px solid #dc3545 !important;
}

.circular--file i#imageProfile.fs-4 {
    font-size: 3em !important;
}

.profile-image .circular--file {
    background: #eaeaea;
    text-align: center !important;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    margin: auto !important;
}

.profile-image .circular--file img {
  width:100%;
  height:100%;
  object-fit: contain;
}



.profile-image .image {
    width: 130px;
    height: 130px;
    border: 4px solid #e0dfdf;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(196 196 196);
    font-size: 1.35em !important;
    margin-bottom: 20px;
}

.anychart-ui-support text {
    font-size: 10px !important;
}

span.tooltip-text.position-stickty-important {
    position: sticky !important;
}


.fs-13px {
    font-size: 13px !important;
}


.after-hr {
    width: 100%;
    border-top: 1px solid #cccccc !important;
}

.fa-12-muted{
    font-weight: 500;
    color: #848484 !important;
    margin-bottom: 0px !important;
    font-size: 12px !important;
}

.w-15 {
    width: 15% !important;
}

.w-80 {
    width: 80% !important;
}

input.without-box, .input-group .form-control.without-box {
    border-radius: 0 !important;
    background: #ffffff73;
    border: none;
    border-bottom: 1px solid #1980a7 !important;
}

input.without-box.is-invalid, .input-group .form-control.without-box.is-invalid {
    border-color: #dc3545 !important;
}


input.without-box:readonly {
    background: #ffffff73 !important;
}

.form-control.without-box:disabled{
    background: #ffffff73 !important;
}
input.without-box:focus{
    box-shadow: none !important;
}

.input-group-text.without-box {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #1980a7;
}

li.list-group-item.without-box {
    border: 0 !important;
}

input.form-control.input-box-blue {
    color: white !important;
    background: #005aa0;
    text-align: center;
    border: 0;
    font-weight: 600;
    min-height: 20px;
}

li.list-group-item.with-image-etiquetas img, li.list-group-item.with-image-etiquetas video {
    max-width: 100px;
}

div[data-bloque="pregunta"] {
    background: white;
    padding: 2em !important;
    border-radius: 0.5em;
}

.column-box {
    display: flex;
    padding: 1em;
    /* border: 1px solid #cfcfcf; */
    border-radius: 0.5em;
    min-height: 100%;
    flex-direction: column;
}

.column-box p {
    padding: 0.75em;
    background: #e7e7e7;
    text-align: center;
}

button, span, p, a , th{
    font-weight: 500;
    color: #848484;
    font-size: 11px !important;
}

table.table-grilla{
    table-layout: fixed;
}
table.table-grilla th,  table.table-grilla td span{
    font-size: 12px !important;
}
table.table-grilla th,  table.table-grilla td{background: #ffffff;border-style: dotted !important;vertical-align: middle;border-width: 2px;border-color: #e5e5e5;}

table.table-grilla.table-hover>tbody>tr:hover>* {
    --bs-table-bg-state: whitesmoke;
    background: white !important;
}

table.table-grilla .circular--portrait {
    background: white;
    position: relative;
    width: 100px;
    height: 100px;
    padding: 5%;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
} 

table.table-grilla .circular--portrait img, .circular--portrait video, .circular--portrait audio {
    width: 95%;
    height: auto;
}

table.table-grilla tbody td.with-image-table{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}


table.table-grilla th.empty {
    background: #ffffff;
    border-style: dotted !important;
    vertical-align: middle;
    border-width: 2px;
    border-bottom: 0px !important;
    border-right: 0px !important;
    border-color: #e5e5e5;
}

table.table-grilla thead tr {
    border: 0 !important;
    position: sticky;
    top: 0;
    z-index: 2;
}

table.table-grilla tbody tr>td:first-child {
    position: sticky;
    min-width: 100% !important;
    left: 0;
    }
    
    
table.table-grilla tbody tr>td:first-child {
border-left: 2px !important;
border-bottom: 0px !important;
border-top: 2px !important;
border-right:0px !important;
border-style: dotted !important;
border-color: #e5e5e5 !important;
}

table.table-grilla tbody tr:last-child{
    border-bottom: 2px !important;
    border-style: dotted !important;
    border-color: #e5e5e5 !important;
}

table.table-grilla tbody tr:first-child{
    border-top: 0px !important;
    border-style: dotted !important;
    border-color: #e5e5e5 !important;
}

table.table-grilla tbody tr{
    border: 0px !important;
}
    

.form-check-input.form-checkbox-grilla {
    border: 1px solid #95cee3;
    width: 1.25em;
    height: 1.25em;
}

.upload-box {
    border-radius: 1em;
    cursor: pointer;
    transition: 1s ease;
    border: 1px dashed #1980a7;
    min-height: 200px;
}

.upload-box i {
    color: #1980a7 !important;
}

.upload-box:hover {
    border-color: white !important;
    background: #1980a7d6 !important;
}
.upload-box:hover i {
    color: white !important;
}

.upload-box:hover p {
    color: white !important;
}

@media (min-width: 576px){
    .modal-dialog {
        max-width: 55% !important;
        margin-right: auto;
        margin-left: auto;
    }

    .modal-dialog.modal-sm{
        max-width: 40% !important;
    }

    .modal-dialog.modal-lg {
        max-width: 65% !important;
    }
}

/* TELEFONOS */ 
@media (max-width: 480px) { 


    .sm-my-2{
        margin-bottom: 1em !important;
        margin-top: 1em;
    }

    .block-always-sm{display: block  !important;}

    hr.my-1 {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    .container.notify-container {
        width: 95%;
        right: 0;
        left: 0;
    }
    
    
    .notify-container .notify-contenido {
        font-size: 11px;
    }
    
    .notify-container .notify-header span {
        font-size: 12px;
    }
    
    .estatus-notify {
        margin: auto !important;
        justify-self: center;
        align-self: center;
        display: flex;
        padding: 0.25em;
    }
    
    .estatus-notify i {
        font-size: 2.5em !important;
    }

    .modal-body.mxh-600.overflow-y-auto {
        max-height: max-content;
    }

    .sm-px-0{padding-left: 0px !important;  padding-right: 0px !important}
    .flex-block-all-sm {
        display: block !important;
    }

    .block-button-sm {
        margin-top: 0.5em;
    }

    .tooltip-text {
        display: none !important;
    }
    small, .invalid-feedback {
        font-size: 10px !important;
    }

    img.card-img-top.img-auth {
        max-width: 35% !important;
    }
    .h5, h5 {
        font-size: calc(1rem + .3vw);
    }

    .otSc {
        font-size: 1em !important;
        min-height: 40px;
    }

    .navbar-brand span{
       font-size: 12px !important;
    }

    ul.navbar-nav.ms-auto {
        width: 100% !important;
        margin-right: auto;
        padding: 1em;
    }
    
    ul.navbar-nav.ms-auto .nav-link {
        font-size: 13px;
    }
    
    ul.navbar-nav.ms-auto .nav-item {
        margin-bottom: 0.75em;
        border-bottom: 2px solid #4a85a1;
    }

    .equal-column-width {
        table-layout: auto !important;
    }

    .equal-column-width th, .equal-column-width td {
        width: 160px !important;
        min-width: 160px !important;
        max-width: 160px !important;
    }

    .d-flex.flex-wrap.flex-column-vis .checkbox-column {
        margin-left: 0 !important;
        margin-bottom: 0.25em;
    }
    
    select[name="length_change"] {
        margin-top: 0.5em;
    }
    
    .mt-sm-row-0 {
        margin-top: 1em !important;
    }
    
    
} 
  
/* TABLETS PEQUEÑAS Y IPDAS */ 
@media (min-width: 481px) and (max-width: 767px) { 

    .block-always-sm{display: block  !important;}

    hr.my-1 {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    .modal-body.mxh-600.overflow-y-auto {
        max-height: max-content;
    }

    .container.notify-container {
        width: 95%;
        right: 0;
        left: 0;
    }
    
    
    .notify-container .notify-contenido {
        font-size: 11px;
    }
    
    .notify-container .notify-header span {
        font-size: 12px;
    }
    
    .estatus-notify {
        margin: auto !important;
        justify-self: center;
        align-self: center;
        display: flex;
        padding: 0.25em;
    }
    
    .estatus-notify i {
        font-size: 2.5em !important;
    }


    .sm-px-0{padding-left: 0px !important;  padding-right: 0px !important}
    .equal-column-width {
        table-layout: auto !important;
    }

    .d-flex.flex-wrap.flex-column-vis .checkbox-column {
        margin-left: 0 !important;
        margin-bottom: 0.25em;
    }
    
    select[name="length_change"] {
        margin-top: 0.5em;
    }
    
    .mt-sm-row-0 {
        margin-top: 0.25em !important;
    }
    
     .flex-block-all-sm {
        display: block !important;
    }

    .block-button-sm {
        margin-top: 0.5em;
    }
} 
  
/* TABLETS Y IPADS EN VERITAL */ 
@media (min-width: 768px) and (max-width: 1023px) and (orientation: portrait){ 

    .block-always-sm{display: block  !important;}

    hr.my-1 {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    .profile-image.my-auto {
        margin-top: 1em !important;
        margin-bottom: 0em !important;
    }

    .container.notify-container {
        width: 75%;
    }
    
    
    .notify-container .notify-contenido {
        font-size: 12px;
    }
    
    .notify-container .notify-header span {
        font-size: 13px !important;
    }
    
    .estatus-notify {
        margin: auto !important;
        justify-self: center;
        align-self: center;
        display: flex;
        padding: 0.25em;
    }
    
    .estatus-notify i {
        font-size: 2.5em !important;
    }

    .modal-body.mxh-600.overflow-y-auto {
        max-height: max-content;
    }

    .sm-px-0{padding-left: 0px !important;  padding-right: 0px !important}
    
    .mt-md-row-1{
        margin-top: 1.5em;
    }
     ul.navbar-nav.ms-auto {
         width: 100% !important;
         margin-right: auto;
         padding: 1em;
     }
     
     ul.navbar-nav.ms-auto .nav-link {
         font-size: 14px;
     }
     
     ul.navbar-nav.ms-auto .nav-item {
         margin-bottom: 0.75em;
         border-bottom: 2px solid #4a85a1;
     }

    .equal-column-width {
        table-layout: auto !important;
    }
    .equal-column-width th, .equal-column-width td {
        width: 120px !important;
        min-width: 120px !important;
        max-width: 170px !important;
    }
}



/*LANDSCAPE */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){ 

    .profile-image.my-auto {
        margin-top: 1em !important;
        margin-bottom: 0em !important;
    }
    
    .navbar-brand span{
      font-size: 14px !important;
    }

     .equal-column-width {
        table-layout: auto !important;
    }
    .equal-column-width th, .equal-column-width td {
        width: 120px !important;
        min-width: 120px !important;
        max-width: 170px !important;
    }
} 
   
/* PANTALLAS MUY GRANDES */ 
@media (min-width: 1600px)  and (max-width: 2000px){ 


    .otSc {
        min-height: 70px;
        max-width: 75px;
    }
    
    small, label.form-label {
        font-size: 13px !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 13px !important;
    }
    h5#titleAuthCard ~ small {
        font-size: 14px !important;
    }

    .datatable-label-color {
        font-size: 11px !important;
    }


    input.form-control, select.form-select, textarea.form-control {
        font-size: 13px !important;
    }

    input.form-control.form-control-sm::placeholder {
        font-size: 12px !important;
    }
    
    button, span, p, a, th {
        font-size: 13px !important;
    }
    
    small, .invalid-feedback {
        font-size: 13px;
    }

    a.nav-link {
        font-size: 14px;
    }
    
    .dropdown-menu a.dropdown-item {
        font-size: 14px;
    }

    .nav-tabs button.nav-link {
        font-size: 12px !important;
    }
} 

@media (min-width: 2400px) { 
    a.nav-link {
        font-size: 20px;
    }
    
    .dropdown-menu a.dropdown-item {
        font-size: 20px;
    }
    .navbar-brand span{
        font-size: 25px !important;
        padding-left: 20px;
    }
}